home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web13 / tutorial 4 / tutorial 4-Review / printer.css < prev    next >
Cascading Style Sheet File  |  2011-02-16  |  1KB  |  43 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 4
  4.    Review Assignment
  5.  
  6.    Online Scrapbooks Printer Style Sheet
  7.    Author: Leah Grullon
  8.    Date:   February 14, 2011
  9.  
  10.    Filename:         printer.css
  11.    Supporting Files: none
  12.  
  13. */
  14.  
  15.  
  16.  @page {size: 8.5in  11in portrait; margin: 0.5in}
  17.  
  18.  #body,h1, h2,ul,#outer_container,#head,#links,#links ul, #links li.newGroup,#links li.subgroup,
  19.  #links a:link,#links a:visited,#links a:hover,#links a:active,#content,#pullout,#pullout ul  
  20.  {display: none}
  21.  
  22.  
  23.  
  24.  
  25.  
  26.                              
  27.  #samples                                {text-align: center; 
  28.                                           page-break-after: always}   
  29.                             
  30.  #sample1,#sample2,#sample3,#sample4     {text-align: center; 
  31.                                           page-break-after: always}   
  32.                               
  33.   
  34.             
  35.  
  36.  sample1.jpg        {width: 6.5in; height: 8.35in; border-width: 0px}
  37.  sample2.jpg        {width: 6.5in; height: 8.35in; border-width: 0px}
  38.  sample3.jpg        {width: 6.5in; height: 8.35in; border-width: 0px}
  39.  sample4.jpg        {width: 6.5in; height: 8.35in; border-width: 0px}
  40.  
  41.  
  42.  #samples h3        {font-family: sans-serif, 18pt}
  43.